#! /bin/ksh
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
#  
#  
# Licensed Materials - Property of IBM 
#  
# (C) COPYRIGHT International Business Machines Corp. 2001,2002 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 
#*===========================================================================*/
#*                                                                           */
#* Module Name:  getcimstatus                                                */
#*                                                                           */
#* Description:                                                              */
#*      Script to get the status of the cim objects, specifically, the       */
#*      list of partitions, list of active partitions and the list of CECs   */ #*                                                                           */
#* N.B. This command is only intended to be executed by the DMSRM when       */
#*      running on the HSC                                                   */
#*                                                                           */
#*===========================================================================*/

export CLASSPATH=/usr/sbin/rsct/codebase:/usr/websm/codebase/pluginjars/sniacimom.jar:/usr/websm/codebase/pluginjars/xerces.jar:/usr/websm/codebase/pluginjars/hsc.jar:/opt/IBMJava2-131/jre/lib/ext/ibmjcefw.jar

/opt/IBMJava2-131/jre/bin/java -Djavax.net.ssl.keyStore=/usr/websm/codebase/SM.pubkr -Djavax.net.ssl.keyStorePassword=defp -Dorg.snia.wbem.cimom.properties=/opt/hsc/data/cim.properties com.ibm.hscsupport.HSCCIMStatus
